out transition does not ease

45

.button {
    transition: all 0.35s ease-in-out;   /* Hover off */
}
.button:hover {
    transition: all 1s ease-in;         /* On hover */
}

Comments

Submit
0 Comments